trace

public static void trace(String message, Array<Object> arguments)

Logs a TRACE message with the given arguments.

Parameters

message

the message to log

arguments

the array of arguments to the message


public static void trace(Supplier<String> msgSupplier)

Logs a lazily constructed TRACE message.

Parameters

msgSupplier

a function, which when called, produces the desired log message